home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 6734 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: Inter.NL.net!usenet
  2. From: E.H.Terwiel@inter.NL.net (E.H. Terwiel (Erik))
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Conversions: near and far pointers
  5. Date: Wed, 14 Feb 1996 18:34:04 GMT
  6. Organization: Inter.NL.net, The Internet Provider in The Netherlands.
  7. Message-ID: <4fta6s$6rl@altrade.nijmegen.inter.nl.net>
  8. References: <4fqotq$65e@newsbf02.news.aol.com>
  9. NNTP-Posting-Host: utr98-15.utrecht.nl.net
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. dw82966@aol.com (DW82966) wrote:
  13.  
  14. >I am using a library function (Microsoft QuickC is the compiler) that
  15. >requires a " char * far * categories " as an argument.  I want to fill
  16. >categories with integers read from a file.  The problem I am having is how
  17. >to convert these integers to char * far *.  I have tried using the
  18. >function "itoa" which requires a near pointer.  Is this the best approach?
  19. > If so, what is the best way to convert these strings into far pointers? 
  20. >Any suggestions or alternative approaches would be appreciated?  email to
  21. >dw82966@aol.com.
  22.  
  23.  
  24. Are you absolutely sure you want to convert an integer to a pointer to
  25. a pointer to a char ? (some form of char **)
  26.  
  27. Sound very kinky to me .
  28.  
  29.  
  30.